home *** CD-ROM | disk | FTP | other *** search
/ 66.165.151.112 / 66.165.151.112.tar / 66.165.151.112 / www / basic layout < prev    next >
Text File  |  2005-12-29  |  2KB  |  44 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4.    <TITLE>AcuteApplets - www.AcuteApplets.com</TITLE>
  5. </HEAD>
  6.  
  7. <BODY bgcolor="#f5f5f5" text="black">
  8.  
  9.    <!-- Applet from www.AcuteApplets.com -->
  10.    <!-- Copy the AcuteScroller.class and AcuteScroller.jar files to the
  11.         same directory as the HTML file, or use the codebase attribute. -->
  12.    <APPLET code="AcuteScroller.class" archive="AcuteScroller.jar"
  13.            align="left" width="160" height="160" name="labPanelApplet">
  14.  
  15.       <!-- The message that will be displayed in the applet. -->
  16.       <PARAM name="Message" value="
  17.          <h>Basic Layout</h>AcuteApplets support a variety of layout 
  18.          <link URL = 'DocProperties.shtml' >properties</link>. 
  19.          In this interactive example, you can play around with 
  20.          some of them changing the basic layout.
  21.          ">
  22.  
  23.       <!-- The definition of all styles used by the message. -->
  24.       <PARAM name="Style" value="
  25.          <default>
  26.          ">
  27.  
  28.       <!-- The following parameters are used to format the applet
  29.            area while images and input files are loaded. (Optional).-->
  30.       <PARAM name="Loading-Text" value="Loading images...">
  31.       <PARAM name="Loading-Text-Color" value="333333">
  32.       <PARAM name="Loading-Background-Color" value="f8f8f8">
  33.  
  34.       <!-- When you register AcuteApplets you will get Domain-Keys 
  35.            that removes the intro nag-screen. -->
  36.       <PARAM name="Domain-Keys" value="16273, 13988">
  37.  
  38.    </APPLET>
  39.  
  40.    
  41. </BODY>
  42. </HTML>
  43.  
  44.